home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20010306-20010921 / 000049_news@columbia.edu _Tue Apr 3 18:42:45 2001.msg < prev    next >
Internet Message Format  |  2001-09-20  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id SAA16183
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 3 Apr 2001 18:42:44 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id SAA20199
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 3 Apr 2001 18:31:16 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@columbia.edu (Frank da Cruz)
  10. Subject: Re: FTP client for Solaris 8
  11. Date: 3 Apr 2001 22:31:15 GMT
  12. Organization: Columbia University
  13. Message-ID: <9adivj$jn5$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <pHpy6.216$1l3.7879@news1-hme0>,
  17. Paul Walker <paul.paliwalk@ic24.net> wrote:
  18. : Does anyone know of a good FTP client (that supports resume, etc) that will
  19. : run on Solaris 8 x86.
  20. Yes:
  21.  
  22.   http://www.columbia.edu/kermit/ftpclient.html
  23.  
  24. But you'll have to compile it yourself since I don't have access to
  25. Solaris 8 (x86 or Sparc).  I have built it on Solaris 2.5.1, 2.6, and
  26. 2.7 on Sparc, though, so it should be just a matter of typing:
  27.  
  28.   uncompress cku199.tar.Z (or .gz)
  29.   tar xvf cku199.tar
  30.   make solaris8
  31.  
  32. If you (or anybody) can make a Solaris 8 binary, please let me know so
  33. I can add it to the archive.
  34.  
  35. - Frank